-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump default Envoy version to 1.22.2 #1276
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove the changes in the files _types.go and re-run make ctrl-manifests again, since those are still valid comments as is.
Thank you for doing this!!!
@@ -72,7 +72,7 @@ type MeshTLSConfig struct { | |||
type MeshDirectionalTLSConfig struct { | |||
// TLSMinVersion sets the default minimum TLS version supported. | |||
// One of `TLS_AUTO`, `TLSv1_0`, `TLSv1_1`, `TLSv1_2`, or `TLSv1_3`. | |||
// If unspecified, Envoy v1.22.0 and newer will default to TLS 1.2 as a min version, | |||
// If unspecified, Envoy v1.22.2 and newer will default to TLS 1.2 as a min version, | |||
// while older releases of Envoy default to TLS 1.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar to above I think we can remove this, and run make ctrl-manifests again.
951f2b5
to
5ff5d19
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving in lieu of the comment being reverted to the older version and the CRDs getting re-generated.
Thanks so much for doing this @eculver !! |
Thanks! It has been reverted. |
Envoy recently released patches for all their supported versions (ref). This goes along with hashicorp/consul#13431 to bump the version of Envoy to the latest patches available.
Changes proposed in this PR:
make ctrl-manifests
to generate manifest yamlHow I've tested this PR:
I no longer see any references to 1.22.0 in the code unless it's not for Envoy.
How I expect reviewers to test this PR:
Please make sure I didn't miss any places where this version should be updated.
Checklist:
[ ] Tests added